home *** CD-ROM | disk | FTP | other *** search
-
- #import "Minimatrix.h"
- #import "Piece.h"
-
- @interface NextMatrix:Minimatrix
- {
- id thePiece;
- id showNextSwitch;
- BOOL pieceVisible;
- BOOL showNext;
- }
-
- - initFrame:(const NXRect *)frameRect;
-
- - drawSelf:(const NXRect *)rects :(int)rectCount;
-
- - start:sender;
- - (struct pieceInfo *)pieceInfo;
- - end:sender;
- - showNext:sender;
- - free;
-
- @end
-